|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.vtp.framework.webservices.configurations.WebServiceMappingConfiguration
public class WebServiceMappingConfiguration
A configuration for a web service call result mapping.
| Field Summary | |
|---|---|
static int |
TYPE_FIELD
Use the value of a field in the result set. |
static int |
TYPE_NONE
No action is taken for this mapping. |
static int |
TYPE_STATIC
Use a static value. |
| Fields inherited from interface org.eclipse.vtp.framework.webservices.configurations.WebServiceConstants |
|---|
NAME_ENDPOINT, NAME_INPUT, NAME_LOCATOR, NAME_MAPPING, NAME_NAME, NAME_OPERATION, NAME_PORT, NAME_RESULT_CARDINALITY, NAME_RESULT_NAME, NAME_RESULT_TYPE, NAME_TYPE, NAME_VALUE, NAME_WEB_SERVICE, NAMESPACE_URI |
| Constructor Summary | |
|---|---|
WebServiceMappingConfiguration()
Creates a new WebServiceMappingConfiguration. |
|
| Method Summary | |
|---|---|
java.lang.String |
getName()
Returns the name of the field to map to. |
int |
getType()
Returns the type of mapping to perform. |
java.lang.String |
getValue()
Returns the value to use for the mapping. |
void |
load(org.w3c.dom.Element configurationElement)
Loads the configuration information from the specified XML element. |
void |
save(org.w3c.dom.Element configurationElement)
Saves the configuration information into the supplied XML element. |
void |
setName(java.lang.String name)
Sets the name of the field to map to. |
void |
setType(int type)
Sets the type of mapping to perform. |
void |
setValue(java.lang.String value)
Sets the value to use for the mapping. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int TYPE_NONE
public static final int TYPE_FIELD
public static final int TYPE_STATIC
| Constructor Detail |
|---|
public WebServiceMappingConfiguration()
| Method Detail |
|---|
public java.lang.String getName()
public void setName(java.lang.String name)
name - The name of the field to map to.public int getType()
public void setType(int type)
type - The type of mapping to perform.public java.lang.String getValue()
public void setValue(java.lang.String value)
value - The value to use for the mapping.public void load(org.w3c.dom.Element configurationElement)
IConfiguration
load in interface IConfigurationconfigurationElement - The element to load the configuration from.public void save(org.w3c.dom.Element configurationElement)
IConfiguration
save in interface IConfigurationconfigurationElement - The element to save the configuration to.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||